'Declaration Public Overloads Function GroupSparkline( _ ByVal location() As CellRange, _ ByVal type As SparklineType _ ) As ExcelSparklineGroup
'Usage Dim instance As SheetView Dim location() As CellRange Dim type As SparklineType Dim value As ExcelSparklineGroup value = instance.GroupSparkline(location, type)
public ExcelSparklineGroup GroupSparkline( CellRange[] location, SparklineType type )
Parameters
- location
- The location.
- type
- The type.